home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / IEditor / Include / generator_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-17  |  687 b   |  23 lines

  1. #ifndef PRAGMAS_GENERATOR_PRAGMAS_H
  2. #define PRAGMAS_GENERATOR_PRAGMAS_H
  3.  
  4. #ifndef GENERATOR_PROTOS_H
  5. #include "DEV_IE:Include/generatorlib-protos.h"
  6. #endif
  7.  
  8. /*  File machine generated by FD2Pragmas ©1996 Simone Tellini  */
  9.  
  10. extern struct Generator *GenBase;
  11.  
  12. #pragma libcall GenBase OpenFiles 1E 9802
  13. #pragma libcall GenBase CloseFiles 24 801
  14. #pragma libcall GenBase WriteHeaders 2A 9802
  15. #pragma libcall GenBase WriteVars 30 9802
  16. #pragma libcall GenBase WriteData 36 9802
  17. #pragma libcall GenBase WriteStrings 3C 9802
  18. #pragma libcall GenBase WriteChipData 42 9802
  19. #pragma libcall GenBase WriteCode 48 9802
  20. #pragma libcall GenBase Config 4E 801
  21.  
  22. #endif  /*  PRAGMAS_GENERATOR_PRAGMAS_H  */
  23.